home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1997 September / Designer's Club 1997 September.iso / mac / Idea Source™ / Vrattle.DIR / 00044_Script_44 < prev    next >
Text File  |  1997-07-28  |  266b  |  12 lines

  1. on mousedown
  2.   sound stop 1
  3.   puppetsound (2) "tick"
  4.   repeat while the mousedown
  5.     set the membernum of sprite 10 to 46
  6.     updatestage
  7.   end repeat  
  8.   set the membernum of sprite 10 to 45
  9.   updatestage  
  10.   if the frame > 3 then go the frame -1
  11.   
  12. end